home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / patchlist / patchlist.doc < prev    next >
Text File  |  1995-09-01  |  2KB  |  69 lines

  1. PatchList V1.51 doc:
  2.  
  3. ABOUT:
  4. PatchList is a small program, that comes with the patch.library programmers pack.
  5. It simply scans the internal lists of patch.library and prints the following
  6. information for each patch:
  7. - the name of the patched library, device or resource
  8. - the Library Offset Vectors (LVO),
  9. - the priority (>0 -> run patch before original
  10.                 =0 -> run patch instead of original
  11.         <0 -> run patch after original)
  12. - the type (USER  : patch was installed by an applicationprogram using the library interface)
  13. - the name of the patch
  14.  
  15.  
  16.  
  17. PatchList V1.51 requires at least patch.library version 2.
  18.  
  19. The C_Source for this lister is supplied.
  20.  
  21.  
  22.  
  23. LICENSE:
  24.  
  25. This material is © Copyright 1993 by Stefan Fuchs. All rights reserved.
  26.  
  27. It may be distributed freely as long as the following restrictions are met:
  28.  
  29. - The distributor may charge a fee to recover distribution costs.
  30.   The fee for diskette distribution should not be more than
  31.   the cost to obtain the same diskette from Fred Fish.
  32.  
  33. - The distributor agrees to cease distributing the programs and
  34.   data involved if requested to do so by the author.
  35.  
  36. - You may copy and distribute verbatim copies of the program's
  37.   executable code and documentation as you receive it, in any
  38.   medium, provided that you conspicuously and appropriately
  39.   publish only the original, unmodified program, with all
  40.   copyright notices and disclaimers of warranty intact and
  41.   including all the accompanying documentation, example files and
  42.   anything else that came with the original.
  43.  
  44. - If you are interested in including any of this material in a commercial
  45.   product, you should contact the author for his permission.
  46.  
  47. - The author will not be liable for any damage arising from the
  48.   failure of the programs or the library to perform as described,
  49.   or any destruction of other programs using the library residing
  50.   on a system. While I know of no damaging errors, the user of this
  51.   package uses it at his or her own risk.
  52.  
  53.  
  54.  
  55. CONTACT:
  56.  
  57.     To contact the author for bugreports, hints, ideas, donations, ....
  58.     write to:
  59.  
  60.  
  61.     Stefan Fuchs
  62.     Oskar-von-Miller-Str. 49
  63.  
  64.     D- 90478 Nürnberg
  65.  
  66.     GERMANY
  67.  
  68.  
  69.